-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make CONFIG a CMake pass-through option for DART #339
Conversation
Signed-off-by: Ashton Larkin <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably want to increase the required version of ign-cmake https://github.com/ignitionrobotics/ign-physics/pull/339/files#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20aL11
Codecov Report
@@ Coverage Diff @@
## ign-physics2 #339 +/- ##
=============================================
Coverage 83.15% 83.15%
=============================================
Files 108 108
Lines 4210 4210
=============================================
Hits 3501 3501
Misses 709 709 Continue to review full report at Codecov.
|
That's a good point, thanks for catching this! I have added the |
Signed-off-by: Ashton Larkin <[email protected]>
@j-rivero I have updated this PR to require the newest release of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good to go!
Signed-off-by: Ashton Larkin [email protected]
🎉 New feature
Requires gazebosim/gz-cmake#211
Summary
This PR makes use of gazebosim/gz-cmake#211 to revert the changes made in #121. Once this is merged, it will need to be forward-ported to
ign-physics5
.Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.